home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / a_utils / perl / perl5a1.lha / perl5alpha1 / Changes < prev    next >
Text File  |  1993-07-26  |  577b  |  19 lines

  1.  
  2.     s'$lhs'$rhs' now does no interpolation on either side.  It used to
  3.     interplolate $lhs but not $rhs.
  4.  
  5.     The second and third arguments of splice are now evaluated in scalar
  6.     context (like the book says) rather than list context.
  7.  
  8.     Saying shift @foo + 20 is now a semantic error.
  9.  
  10.     The elements of argument lists for formats are now evaluated in list
  11.     context.
  12.  
  13.     You can't do a goto into a block that is optimized away.
  14.  
  15.     It is no longer syntactically legal to use whitespace as the name
  16.     of a variable.
  17.  
  18.     Some error messages will be different.
  19.